home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga1 / dlgtn121.lha / s / newscron < prev    next >
Text File  |  1993-04-06  |  150b  |  9 lines

  1. if not exists t:cronlock
  2.  echo " " >t:cronlock ; simple locking scheme
  3.  changetaskpri -10
  4.  uucp2dlg
  5.  unet2dlg
  6.  active_daemon
  7.  delete t:cronlock
  8. endif
  9.